| 1. | Version checking of redistributable files 对可重新发布的文件的版本检查 |
| 2. | Version checking only occurs with strong - named assemblies 版本检查仅在具有强名称的程序集中进行。 |
| 3. | The url that the periodic check displays is responsible for actually doing the version checking 实际由定期检查显示的url来负责版本检查。 |
| 4. | This assembly cannot be referenced by other assemblies outside the application directory and does not undergo version checking 此程序集无法由应用程序目录以外的其他程序集引用,并且不接受版本检查。 |
| 5. | Tlbexp . exe performs a version check to ensure that the type library version matches the assembly version ; otherwise , it generates an error Tlbexp . exe将执行版本检查以确保类型库版本与程序集版本相匹配,否则将生成错误。 |
| 6. | The runtime distinguishes between regular and strong - named assemblies for the purposes of versioning . version checking only occurs with strong - named assemblies 为进行版本控制,运行库会区分常规程序集和具有强名称的程序集。 |
| 7. | There is no version checking for assemblies without strong names , nor does the runtime check in the global assembly cache for assemblies without strong names 不对没有强名称的程序集进行版本检查,并且运行库也不在全局程序集缓存中检查没有强名称的程序集。 |
| 8. | Deploy a metadata - only assembly on the client with the same name and type information as the server assembly , and disable version checking or leave versions blank 在客户端部署一个仅包含元数据的程序集(此程序集与服务器程序集具有相同的名称和类型信息) ,并禁用版本检查或者将版本留为空白。 |
| 9. | Name your remote type server library with the same name as the client assembly , disable version checking in the formatter or leave both assemblies without version information , and compile a stubbed - out class with identical metadata into your client 将远程类型服务器库命名为与客户端程序集相同的名称,禁用格式化程序中的版本检查(或使两个程序集都不带版本信息) ,并且将具有相同元数据的无存根( stubbed - out )类编译到客户端中。 |